home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000824-20010305 / 000085_news@columbia.edu _Sun Oct 22 21:39:50 2000.msg < prev    next >
Internet Message Format  |  2001-03-05  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id VAA14653
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sun, 22 Oct 2000 21:39:49 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA28523
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 22 Oct 2000 21:39:49 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id VAA17685
  10.     for kermit.misc@watsun.cc.columbia.edu; Sun, 22 Oct 2000 21:20:49 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Christopher Mosley <cmosley@voicenet.com>
  13. Subject: Re: ckermit: keep alive
  14. Message-ID: <8nMI5.1071$g71.43942@news3.voicenet.com>
  15. Date: Mon, 23 Oct 2000 01:20:04 GMT
  16. To: kermit.misc@columbia.edu
  17.  
  18. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  19. > : 
  20. > If you're trying to prevent the situation in which you leave C-Kermit in
  21. > CONNECT mode and walk away for half an hour, and the host logs you out
  22.  
  23. Yes, just what I was looking for, thanks
  24.  
  25.  
  26. > and then use MYCONNECT instead of CONNECT to enter CONNECT mode.  Then
  27. > whenever you escape back fronm CONNECT mode, it executes the BUSYWAIT macro
  28. > automatically.
  29.  
  30. > - Frank
  31.